lisp/ChangeLog, src/ChangeLog: Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2013 00:38:19 +0000 (02:38 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2013 00:38:19 +0000 (02:38 +0200)
lisp/ChangeLog
src/ChangeLog

index cb6255a8eff28cf2906a648f36b8dd03a865535f..2bdb675c7168feea0328de6673fc45a5427fe587 100644 (file)
@@ -5,13 +5,13 @@
 
 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
 
-       * filenotify.el (file-notify--library): Renamed from
+       * filenotify.el (file-notify--library): Rename from
        `file-notify-support'.  Do not autoload.  Adapt all uses.
        (file-notify-supported-p): New defun.
 
-       * autorevert.el (auto-revert-use-notify): Use
-       `file-notify-supported-p' instead of `file-notify-support'.  Adapt
-       docstring.
+       * autorevert.el (auto-revert-use-notify):
+       Use `file-notify-supported-p' instead of `file-notify-support'.
+       Adapt docstring.
        (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
 
        * net/tramp.el (tramp-file-name-for-operation):
        (prolog-char-quote-workaround):
        * progmodes/cperl-mode.el (cperl-under-as-char):
        * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
-        Mark as obsolete.
-        (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
+       Mark as obsolete.
+       (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
        their declaration.
        (vhdl-mode-syntax-table-init): Remove.
 
index 6e8eff9bee1263412b3e9518b58d78cb83b601e4..00f232a920f0a8c48179c7b1a66463fa8ed51349 100644 (file)
@@ -3,7 +3,7 @@
        * keyboard.c: Try to fix typos in previous change.
        (DISPLAY_LIST_INFO): New macro.
        (kbd_buffer_get_event): Do not access members that are not present
-       in X11.  Revert nadvertent change of "!=" to "=".
+       in X11.  Revert inadvertent change of "!=" to "=".
 
 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>